Skip to content

Automated the docker image tag update in Makefile#6643

Merged
zhxiaogg merged 1 commit intografana:mainfrom
zhxiaogg:automate-docker-image-tag-update-in-makefile
Mar 13, 2026
Merged

Automated the docker image tag update in Makefile#6643
zhxiaogg merged 1 commit intografana:mainfrom
zhxiaogg:automate-docker-image-tag-update-in-makefile

Conversation

@zhxiaogg
Copy link
Contributor

What this PR does:

  • Automates the docker image tag updates used by Makefile

Test:

  • npx --yes --package renovate -- renovate-config-validator --no-global .github/renovate.json5
  • RENOVATE_CONFIG_FILE=renovate-local.js LOG_LEVEL=info npx --yes --package renovate -- renovate 2>&1

With renovate-local.js:

module.exports = {
  platform: 'local',
  dryRun: 'full',
  gitAuthor: 'Renovate Bot <bot@example.com>'
};

Which issue(s) this PR fixes:
Fixes N/A

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

@oleg-kozlyuk-grafana
Copy link
Contributor

@codex review this

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 64ab714aa2

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@zhxiaogg zhxiaogg force-pushed the automate-docker-image-tag-update-in-makefile branch 2 times, most recently from efc3e44 to 3a5da31 Compare March 12, 2026 16:57
@zhxiaogg zhxiaogg force-pushed the automate-docker-image-tag-update-in-makefile branch from 3a5da31 to 7ed206b Compare March 12, 2026 16:59
@zhxiaogg zhxiaogg marked this pull request as ready for review March 12, 2026 17:12
@oleg-kozlyuk-grafana
Copy link
Contributor

@codex review again

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7ed206b162

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@zhxiaogg zhxiaogg merged commit 427dac8 into grafana:main Mar 13, 2026
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants